home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
fish
/
676-700
/
682
/
rexxhostlib
/
glue.lzh
/
SendRexx.asm
< prev
Wrap
Assembly Source File
|
1990-09-18
|
207b
|
15 lines
xref _RexxHostBase
xdef _SendRexxCommand
section text,code
_SendRexxCommand:
movem.l a6/a2/a3,-(sp)
move.l _RexxHostBase,a6
movem.l 16(sp),a0/a1/a2/a3
jsr -42(a6)
movem.l (sp)+,a6/a2/a3
rts
end